VoltMXObjects.jsonComparator
-
Class Summary
| Project ID | 217E2C2ABFAF1525002589CF0046086D |
| Version | |
| Class ID | 4F761A27149261AF00258B3C005CD440 |
| Class Type | Base |
| Attributes | |
-
-
Method Summaries
Compare(src As Variant, tgt As Variant) As Integer |
New(isDescending As Boolean, jlabelobj As jsonSortLabels) |
-
-
Methods Detail
-
Compare
Public Function Compare(src As Variant, tgt As Variant) As Integer |
| This method will compare two JSON objects based on the labels provided. |
| idx | Argument | Data Type | Attributes |
| 1 | src | Variant | |
| 2 | tgt | Variant | |
-
New
Public Sub New(isDescending As Boolean, jlabelobj As jsonSortLabels) |
| This class is used by the jsonSort class to compare two JSON objects based on the labels and sort orders provided. |
| idx | Argument | Data Type | Attributes |
| 1 | isDescending | Boolean | |
| 2 | jlabelobj | jsonSortLabels | |
Copyright © HCL America, Inc. 1999, 2023. All Rights Reserved.